home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex With Asia / Virtual Sex With Asia.iso / mac / Virtual Sex with Asia.Dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1997-09-07  |  417 b   |  18 lines

  1. global gLanguageMember, gLanguageAdjust
  2.  
  3. on exitFrame
  4.   case the rollOver of
  5.     9:
  6.       nothing()
  7.     4, 5, 6, 7, 8:
  8.       puppetSprite(9, 1)
  9.       set the memberNum of sprite 9 to the memberNum of sprite the rollOver + 1
  10.       set the loc of sprite 9 to the loc of sprite the rollOver
  11.     otherwise:
  12.       set the loc of sprite 9 to point(-500, -500)
  13.       puppetSprite(9, 0)
  14.   end case
  15.   go(the frame)
  16.   exit
  17. end
  18.